翻訳と辞書
Words near each other
・ Portal de Sant Antoni (Tarragona)
・ Portal de Suba (TransMilenio)
・ Portal de Usme (TransMilenio)
・ Portal del Norte (TransMilenio)
・ Portal del Sur (TransMilenio)
・ Portal del Tunal (TransMilenio)
・ Portal frame
・ Portal hypertension
・ Portal hypertensive gastropathy
・ Portal Mountain
・ Portal of I
・ Portal of Sorrow
・ Portal of the Folded Wings Shrine to Aviation
・ Portal Point
・ Portal Ranger Station
Portal rendering
・ Portal Rock
・ Portal Runner
・ Portal Software
・ Portal State Bank
・ Portal Through Time
・ Portal triad
・ Portal vein thrombosis
・ Portal venous pressure
・ Portal venous system
・ Portal – Libraries and the Academy
・ Portal, Arizona
・ Portal, California
・ Portal, Georgia
・ Portal, Nebraska


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Portal rendering : ウィキペディア英語版
Portal rendering
In computer-generated imagery and real-time 3D computer graphics, portal rendering is an algorithm for visibility determination. For example, consider a 3D computer game environment, which may contain many polygons, only a few of which may be visible on screen at a given time. By determining which polygons are currently not visible, and not rendering those objects, significant performance improvements can be achieved.
A portal system is based on using the partitioning of space to form generalizations about the visibility of objects within those spaces. Regions of map space are divided into polygonal, generally convex, areas called ''zones'', or sometimes ''sectors''. Adjacent zones are linked to one another via shared dividing polygons termed ''portals''. Approaches that precompute visibility for zones are referred to as potentially visible set or ''PVS'' methods.
For example, in a computer game such as ''Descent'', the game area might be divided into several zones. These zones would then be connected to each other by small openings such as doors or windows. These openings are referred to as ''portals''. When the zone behind a portal needs to be drawn, the only parts that are visible are the parts that can be seen through the portal. Therefore, the zone can be clipped against the portal boundaries to remove overdraw.
The use of portals simplifies the game engine's task of determining visible areas and objects from any given point of view of the level, and simplifies rendering by allowing it to use each portal as a viewing frustum for the area it leads to. Ideally, portals are formed of confined areas (like doors or tunnels), connecting two complex areas of the scene, where each of these areas would be enclosed in such a polygonal body.
Portals are best suited for indoor scenes such as mazes. Outdoor scenes do not usually have door-like objects that would clearly separate one zone from another.
==See also==

* Antiportal

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Portal rendering」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.